home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 3 / PC World Interactive 3.iso / _wlnk_ / bkmkdos.exe / readme.txt < prev   
Text File  |  1997-06-07  |  6KB  |  165 lines

  1.           Bookmark Importer 2.0 for the 32-bit Command Line
  2.           -------------------------------------------------
  3.  
  4. Overview
  5. --------
  6.  
  7. Bookmark Importer 2.0 for the 32-bit command line is a utility allowing a 
  8. user to exchange bookmarks between their favorite browsers. This version of 
  9. Bookmark Importer is ideally suited to users who need a compact utility for 
  10. bookmark conversion without a graphical user interface. Using a third-party
  11. windows or DOS based scheduler (such as Wcron) bookmarks can automatically 
  12. be converted.  Alternatively Bookmark Importer can be added to your log on
  13. script so that your bookmarks are synchronized between your browsers.
  14.  
  15. System Requirements
  16. -------------------
  17.  
  18. ∙  Windows 95/Windows NT 3.51 or later
  19. ∙  The current DOS version only works under the 32-bit command line 
  20.    (the MS-DOS command line under Windows 95 and Windows NT).  It will
  21.    not work with MS-DOS Version 6.x or earlier or Windows 3.x.
  22.  
  23. Quick Start Information
  24. -----------------------
  25.  
  26. The easy to use command line interface allows you to specify exactly 
  27. which bookmark file and browser to import from and export to. The 
  28. command line syntax is given as below:
  29.  
  30. IMPORTER -i[ns|ie|ms|html|ie16] {filespec} -e[ns|ie|ms|html|ie16] {filespec}
  31.  
  32. where
  33. -i is the browser to import bookmarks from.  The following keys indicate
  34.    the browser type: 
  35.    
  36.    ns - Netscape
  37.    ie - Microsoft Internet Explorer 2.x, 3.x
  38.    ms - Mosaic 2.x or later 
  39.    ie16 - Microsoft Internet Explorer 16-bit
  40.  
  41. -e is the browser to export bookmarks to.  Use the following keys to indicate
  42.    which browser to export to: 
  43.    
  44.    ns - Netscape
  45.    ie - Microsoft Internet Explorer 2.x, 3.x 
  46.    ms - Mosaic 2.x or later 
  47.    ie16 - Microsoft Internet Explorer 16-bit
  48.  
  49. filspec is the file or directory you are importing/exporting to/from.  This
  50.     is an optional item.  If none is given, then Bookmark Importer 
  51.     will first search the IMPORTER.INI (see below) to determine the 
  52.     bookmark location.  If none given, Importer will search your 
  53.     computer for the location.  
  54.  
  55.     If you wish to import bookmarks from locations other than the 
  56.     default locations, you must explicitly tell the application 
  57.     via command line or via the IMPORTER.INI file (not advise).
  58.  
  59.  
  60. Example
  61. -------
  62.  
  63. To import your Netscape Bookmarks and export them to Microsoft Internet 
  64. Explorer the following command is issued:
  65.  
  66. importer -ins "c:\program files\netscape\navigator\bookmark.htm" 
  67.      -eie c:\windows\favorites
  68.  
  69. Alternatively if you do not know the location of your bookmarks the 
  70. same results as the command above can be achieved using the following
  71. command:
  72.  
  73. importer -ins -eie
  74.  
  75. Browsers Supported in this version
  76. ----------------------------------
  77.  
  78. Browser                        Import From         Export To
  79. ===================================================================
  80.  
  81. Netscape Navigator                  X                   X    
  82. (1.x, 2.x, 3.x, 4.x)
  83.  
  84. Microsoft Internet Explorer         X                   X
  85. (32-bit 2.0, 3.0)
  86.  
  87. Microsoft Internet Explorer         X                   X
  88. (16-bit 1.x, 2.x, 3.x)
  89.  
  90. Mosaic (2.x)                        X                   X
  91.  
  92. HTML File                           X                   X
  93.  
  94.  
  95. Release Notes
  96. -------------
  97.  
  98. The latest build makes a backup of your bookmark file before bookmarks are 
  99. appended to the file. If your browser stores bookmarks in a file Bookmark 
  100. Importer will make a backup before modifying the file (backup is stored in 
  101. [BOOKMARK FILENAME].bak). 
  102.  
  103. Command Line Switches (Reference)
  104. ---------------------------------
  105.  
  106. -i[key]: Import Bookmarks from the browser specified by key (see below)
  107. -e[key]: Export bookmarks to the browser specified by key (see below)
  108. -v:      Version of Bookmark Importer for 32-bit command line
  109. -b:      Backup bookmarks for the browser being exported before modifying
  110.  
  111. key (Browser Type)
  112. ns:     Netscape Navigator
  113. ie:     Microsoft Internet Explorer (32-bit)
  114. ie16:   Microsoft Internet Explorer (16-bit)
  115. ms:     Mosaic 2.x or Later
  116. html:   HTML file
  117.  
  118. The IMPORTER.INI file
  119. ---------------------
  120.  
  121. All initialization strings are read and written to a file called 
  122. "IMPORTER.INI".  Most string value pairs are fine with their default value. 
  123. The content of the default importer.ini file is shown below:
  124.  
  125. [Bookmark Importer.Config]
  126. Filters=http://;mailto;gopher://;ftp://;telnet://;
  127. Explorer32BitBackup=FALSE
  128. NetscapeNavigator=
  129. InternetExplorer32=
  130.  
  131. Filters Key:
  132. -----------
  133. "FILTERS" key comes in handy when a person wishes to import certain links.
  134.  
  135. For example, if the key-value pair is constructed in the following manner;
  136.  
  137.     Filters=http:\\;mailto;gopher://;ftp://;telnet://;
  138.  
  139. Bookmark Importer will import links/shortcuts where the protocol matches 
  140. either http, mailto, gopher, ftp, and telnet.  All other protocols are 
  141. not processed.  If additional protocols are required, they may be added to 
  142. the Filter key. 
  143.  
  144. Note: Protocols must be separated and terminated with the semi-colon
  145.       (including the last one).
  146.  
  147. NetscapeNavigator and InternetExplorer32:
  148. ----------------------------------------
  149. The "NetscapeNavigator" and "InternetExplorer32" key have the same function 
  150. as the {filespec} in the command line.  These key contains the address of 
  151. Netscape Navigator and Internet Explorer and will be updated after the first  initialization.
  152.  
  153.  
  154. NOTE: It is advised that IMPORTER.INI not be tampered with.
  155.  
  156. Support
  157. -------
  158.  
  159. Contact webOBJ Technology Inc. by sending e-mail to:
  160.  
  161.                   bookmark@webobj.com
  162.  
  163.                      ----
  164. Bookmark Importer is a Trademark of webOBJ Technology Inc.
  165.